Search
Graphics.drawPolygon Method
See Also
 






Draws a polygon.

Namespace: MindFusion.Drawing
File: Graphics.js

 Syntax

JavaScript  Copy Code

function drawPolygon (pen, points)

 Parameters

pen

The pen to draw the polygon with.

points

The points describing the polygon.

 See Also